[INFO] cloning repository https://github.com/hinto-janai/gupax
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hinto-janai/gupax" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhinto-janai%2Fgupax", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhinto-janai%2Fgupax'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a12dc18dcb0d41b5cbce46de16839a2272d30d2f
[INFO] checking hinto-janai/gupax against try#8ac0915e346f9a2e49ca3951b642c55bd7d1eaab for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhinto-janai%2Fgupax" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/hinto-janai/gupax
[INFO] finished tweaking git repo https://github.com/hinto-janai/gupax
[INFO] tweaked toml for git repo https://github.com/hinto-janai/gupax written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hinto-janai/gupax on toolchain 8ac0915e346f9a2e49ca3951b642c55bd7d1eaab
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hinto-janai/gupax already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2a8d3a57e8915657b8bc9f56f4833d331779b4dbca52908e595b7992cc392679
[INFO] running `Command { std: "docker" "start" "2a8d3a57e8915657b8bc9f56f4833d331779b4dbca52908e595b7992cc392679", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2a8d3a57e8915657b8bc9f56f4833d331779b4dbca52908e595b7992cc392679" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a8d3a57e8915657b8bc9f56f4833d331779b4dbca52908e595b7992cc392679", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2a8d3a57e8915657b8bc9f56f4833d331779b4dbca52908e595b7992cc392679" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling wayland-sys v0.31.10
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling quick-xml v0.39.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling wayland-client v0.31.13
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling wayland-backend v0.3.14
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.9
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]     Checking std-shims v0.1.5
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling aws-lc-sys v0.38.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking keccak v0.1.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling aws-lc-rs v1.16.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking wayland-protocols v0.32.11
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerocopy-derive v0.8.42
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling zvariant_utils v3.3.0
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling zvariant_derive v5.10.0
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking flexible-transcript v0.3.4
[INFO] [stderr]     Checking ciphersuite v0.4.2
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling zvariant v5.10.0
[INFO] [stderr]     Checking monero-io v0.1.0 (https://github.com/monero-oxide/monero-oxide.git?rev=7c288b058ae7f1e3d36600a2af11b3176102bcfc#7c288b05)
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking dalek-ff-group v0.5.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking monero-generators v0.4.0 (https://github.com/monero-oxide/monero-oxide.git?rev=7c288b058ae7f1e3d36600a2af11b3176102bcfc#7c288b05)
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]    Compiling zbus_names v4.3.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking color v0.3.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking accesskit v0.24.0
[INFO] [stderr]     Checking kurbo v0.13.0
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking linebender_resource_handle v0.1.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking monero-primitives v0.1.0 (https://github.com/monero-oxide/monero-oxide.git?rev=7c288b058ae7f1e3d36600a2af11b3176102bcfc#7c288b05)
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking font-types v0.11.0
[INFO] [stderr]     Checking fearless_simd v0.3.0
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking peniko v0.6.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking wayland-cursor v0.31.13
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]    Compiling zbus_xml v5.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking read-fonts v0.37.0
[INFO] [stderr]    Compiling zbus_macros v5.14.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.11
[INFO] [stderr]     Checking emath v0.33.3 (https://github.com/emilk/egui?rev=f32727d#f32727dd)
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking vello_common v0.0.6
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]     Checking vello_cpu v0.0.6
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]     Checking ecolor v0.33.3 (https://github.com/emilk/egui?rev=f32727d#f32727dd)
[INFO] [stderr]    Compiling monero-bulletproofs v0.1.0 (https://github.com/monero-oxide/monero-oxide.git?rev=7c288b058ae7f1e3d36600a2af11b3176102bcfc#7c288b05)
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling zbus-lockstep v0.5.2
[INFO] [stderr]     Checking zbus v5.14.0
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking epaint_default_fonts v0.33.3 (https://github.com/emilk/egui?rev=f32727d#f32727dd)
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking self_cell v1.2.2
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking zune-jpeg v0.5.13
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking skrifa v0.40.0
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.5.2
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking avif-serialize v0.8.8
[INFO] [stderr]    Compiling naga v28.0.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]    Compiling cuprate-constants v0.1.0 (https://github.com/Cuprate/cuprate#aa35ebdc)
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking epaint v0.33.3 (https://github.com/emilk/egui?rev=f32727d#f32727dd)
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking atspi-common v0.13.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking egui v0.33.3 (https://github.com/emilk/egui?rev=f32727d#f32727dd)
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking monero-clsag v0.1.0 (https://github.com/monero-oxide/monero-oxide.git?rev=7c288b058ae7f1e3d36600a2af11b3176102bcfc#7c288b05)
[INFO] [stderr]     Checking monero-mlsag v0.1.0 (https://github.com/monero-oxide/monero-oxide.git?rev=7c288b058ae7f1e3d36600a2af11b3176102bcfc#7c288b05)
[INFO] [stderr]     Checking monero-borromean v0.1.0 (https://github.com/monero-oxide/monero-oxide.git?rev=7c288b058ae7f1e3d36600a2af11b3176102bcfc#7c288b05)
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]    Compiling wgpu-hal v28.0.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking presser v0.3.1
[INFO] [stderr]     Checking hex-literal v1.1.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking monero-oxide v0.1.4-alpha (https://github.com/monero-oxide/monero-oxide.git?rev=7c288b058ae7f1e3d36600a2af11b3176102bcfc#7c288b05)
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.11
[INFO] [stderr]     Checking wgpu-types v28.0.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]    Compiling borsh v1.6.0
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]    Compiling borsh-derive v1.6.0
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling mime_guess2 v2.3.1
[INFO] [stderr]     Checking atspi-proxies v0.13.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking accesskit_consumer v0.35.0
[INFO] [stderr]     Checking cuprate-hex v0.0.0 (https://github.com/Cuprate/cuprate#aa35ebdc)
[INFO] [stderr]     Checking cuprate-fixed-bytes v0.1.0 (https://github.com/Cuprate/cuprate#aa35ebdc)
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling wgpu-core v28.0.1
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking atspi v0.29.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking accesskit_atspi_common v0.18.0
[INFO] [stderr]     Checking cuprate-epee-encoding v0.5.0 (https://github.com/Cuprate/cuprate#aa35ebdc)
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking cuprate-helper v0.1.0 (https://github.com/Cuprate/cuprate#aa35ebdc)
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.11
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling wgpu v28.0.0
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling pulldown-cmark v0.13.1
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking smithay-client-toolkit v0.20.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking cuprate-types v0.0.0 (https://github.com/Cuprate/cuprate#aa35ebdc)
[INFO] [stderr]     Checking plist v1.8.0
[INFO] [stderr]     Checking cuprate-levin v0.1.0 (https://github.com/Cuprate/cuprate#aa35ebdc)
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking accesskit_unix v0.21.0
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking fancy-regex v0.16.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking saa v5.5.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking sdd v4.7.5
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling neli-proc-macros v0.2.2
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking type-map v0.5.1
[INFO] [stderr]     Checking hickory-proto v0.25.2
[INFO] [stderr]     Checking scc v3.6.10
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking accesskit_winit v0.32.2
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking gpu-allocator v0.28.0
[INFO] [stderr]     Checking cuprate-wire v0.1.0 (https://github.com/Cuprate/cuprate#aa35ebdc)
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]     Checking egui_extras v0.33.3 (https://github.com/emilk/egui?rev=f32727d#f32727dd)
[INFO] [stderr]     Checking cuprate-pruning v0.1.0 (https://github.com/Cuprate/cuprate#aa35ebdc)
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking webbrowser v1.2.0
[INFO] [stderr]     Checking asynchronous-codec v0.7.0
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling rfd v0.17.2
[INFO] [stderr]    Compiling listeners v0.5.1
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking neli v0.7.4
[INFO] [stderr]     Checking egui_commonmark_backend v0.22.0 (https://github.com/Cyrix126/egui_commonmark#9df8ed3a)
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking compact_str v0.7.1
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking nichi v0.5.1
[INFO] [stderr]     Checking zeromq v0.5.0
[INFO] [stderr]     Checking cuprate-p2p-core v0.1.0 (https://github.com/Cuprate/cuprate#aa35ebdc)
[INFO] [stderr]     Checking egui-winit v0.33.3 (https://github.com/emilk/egui?rev=f32727d#f32727dd)
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v28.0.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking hickory-client v0.25.2
[INFO] [stderr]     Checking egui_glow v0.33.3 (https://github.com/emilk/egui?rev=f32727d#f32727dd)
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking env_filter v1.0.0
[INFO] [stderr]     Checking retry-policies v0.5.1
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling gupax v2.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking enclose v1.2.1
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking jiff v0.2.23
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.1
[INFO] [stderr]     Checking flexi_logger v0.31.8
[INFO] [stderr]     Checking toml v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking readable v0.16.0
[INFO] [stderr]     Checking tar v0.4.44
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking local-ip-address v0.6.10
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking egui_commonmark v0.22.0 (https://github.com/Cyrix126/egui_commonmark#9df8ed3a)
[INFO] [stderr]     Checking bzip2-rs v0.1.2
[INFO] [stderr]     Checking copy_dir v0.1.3 (https://github.com/decathorpe/copy_dir?rev=7541d89#7541d89d)
[INFO] [stderr]     Checking notify-rust v4.12.0
[INFO] [stderr]     Checking serde-this-or-that v0.5.0
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking sudo v0.6.0
[INFO] [stderr]     Checking sysinfo v0.38.4
[INFO] [stderr]     Checking port_check v0.3.0
[INFO] [stderr]     Checking benri v0.1.12
[INFO] [stderr]     Checking bounded-vec-deque v0.1.1
[INFO] [stderr]     Checking env_logger v0.11.9
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking egui-wgpu v0.33.3 (https://github.com/emilk/egui?rev=f32727d#f32727dd)
[INFO] [stderr]     Checking eframe v0.33.3 (https://github.com/emilk/egui?rev=f32727d#f32727dd)
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking reqwest-middleware v0.5.1
[INFO] [stderr]     Checking monero-crawler-lib v0.3.1 (https://github.com/Cyrix126/monero-crawler-rs#9d8f20eb)
[INFO] [stderr]     Checking public-ip v0.2.3 (https://github.com/Cyrix126/rust-public-ip#6ed4b7dc)
[INFO] [stderr]     Checking reqwest-retry v0.9.1
[INFO] [stdout] warning: the feature `path_is_empty` has been stable since 1.98.0-nightly and no longer requires an attribute to enable
[INFO] [stdout]   --> src/main.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | #![feature(path_is_empty)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `path_is_empty` has been stable since 1.98.0-nightly and no longer requires an attribute to enable
[INFO] [stdout]   --> src/main.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | #![feature(path_is_empty)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:608:29
[INFO] [stdout]     |
[INFO] [stdout] 608 |         stroke: Stroke::new(1.0, Color32::from_gray(255)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:616:36
[INFO] [stdout]     |
[INFO] [stdout] 616 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(60)), // separators, indentation lines
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:617:36
[INFO] [stdout]     |
[INFO] [stdout] 617 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(140)), // normal text color
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:625:36
[INFO] [stdout]     |
[INFO] [stdout] 625 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(180)), // button text
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:632:36
[INFO] [stdout]     |
[INFO] [stdout] 632 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(150)), // e.g. hover over window edge or button
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:633:36
[INFO] [stdout]     |
[INFO] [stdout] 633 |             fg_stroke: Stroke::new(1.5, Color32::from_gray(240)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:640:36
[INFO] [stdout]     |
[INFO] [stdout] 640 |             bg_stroke: Stroke::new(1.0, Color32::WHITE),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:641:36
[INFO] [stdout]     |
[INFO] [stdout] 641 |             fg_stroke: Stroke::new(2.0, Color32::WHITE),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:648:36
[INFO] [stdout]     |
[INFO] [stdout] 648 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(60)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:649:36
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(210)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:679:29
[INFO] [stdout]     |
[INFO] [stdout] 679 |         stroke: Stroke::new(1.0, Color32::from_gray(200)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:686:36
[INFO] [stdout]     |
[INFO] [stdout] 686 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(200)), // light separators
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:687:36
[INFO] [stdout]     |
[INFO] [stdout] 687 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(80)),  // normal text
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:695:36
[INFO] [stdout]     |
[INFO] [stdout] 695 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(100)), // button text
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:702:36
[INFO] [stdout]     |
[INFO] [stdout] 702 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(150)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:703:36
[INFO] [stdout]     |
[INFO] [stdout] 703 |             fg_stroke: Stroke::new(1.5, Color32::from_gray(0)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:710:36
[INFO] [stdout]     |
[INFO] [stdout] 710 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(0)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:711:36
[INFO] [stdout]     |
[INFO] [stdout] 711 |             fg_stroke: Stroke::new(2.0, Color32::from_gray(0)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:718:36
[INFO] [stdout]     |
[INFO] [stdout] 718 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(200)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:719:36
[INFO] [stdout]     |
[INFO] [stdout] 719 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(60)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:608:29
[INFO] [stdout]     |
[INFO] [stdout] 608 |         stroke: Stroke::new(1.0, Color32::from_gray(255)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:616:36
[INFO] [stdout]     |
[INFO] [stdout] 616 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(60)), // separators, indentation lines
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:617:36
[INFO] [stdout]     |
[INFO] [stdout] 617 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(140)), // normal text color
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:625:36
[INFO] [stdout]     |
[INFO] [stdout] 625 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(180)), // button text
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:632:36
[INFO] [stdout]     |
[INFO] [stdout] 632 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(150)), // e.g. hover over window edge or button
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:633:36
[INFO] [stdout]     |
[INFO] [stdout] 633 |             fg_stroke: Stroke::new(1.5, Color32::from_gray(240)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:640:36
[INFO] [stdout]     |
[INFO] [stdout] 640 |             bg_stroke: Stroke::new(1.0, Color32::WHITE),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:641:36
[INFO] [stdout]     |
[INFO] [stdout] 641 |             fg_stroke: Stroke::new(2.0, Color32::WHITE),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:648:36
[INFO] [stdout]     |
[INFO] [stdout] 648 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(60)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:649:36
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(210)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:679:29
[INFO] [stdout]     |
[INFO] [stdout] 679 |         stroke: Stroke::new(1.0, Color32::from_gray(200)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:686:36
[INFO] [stdout]     |
[INFO] [stdout] 686 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(200)), // light separators
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:687:36
[INFO] [stdout]     |
[INFO] [stdout] 687 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(80)),  // normal text
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:695:36
[INFO] [stdout]     |
[INFO] [stdout] 695 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(100)), // button text
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:702:36
[INFO] [stdout]     |
[INFO] [stdout] 702 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(150)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:703:36
[INFO] [stdout]     |
[INFO] [stdout] 703 |             fg_stroke: Stroke::new(1.5, Color32::from_gray(0)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:710:36
[INFO] [stdout]     |
[INFO] [stdout] 710 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(0)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:711:36
[INFO] [stdout]     |
[INFO] [stdout] 711 |             fg_stroke: Stroke::new(2.0, Color32::from_gray(0)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:718:36
[INFO] [stdout]     |
[INFO] [stdout] 718 |             bg_stroke: Stroke::new(1.0, Color32::from_gray(200)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/utils/constants.rs:719:36
[INFO] [stdout]     |
[INFO] [stdout] 719 |             fg_stroke: Stroke::new(1.0, Color32::from_gray(60)),
[INFO] [stdout]     |                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 11s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "2a8d3a57e8915657b8bc9f56f4833d331779b4dbca52908e595b7992cc392679", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a8d3a57e8915657b8bc9f56f4833d331779b4dbca52908e595b7992cc392679", kill_on_drop: false }`
[INFO] [stdout] 2a8d3a57e8915657b8bc9f56f4833d331779b4dbca52908e595b7992cc392679
